net/http.http2sorter.v (field)
13 uses
net/http (current package)
h2_bundle.go#L3648: v []string // owned by sorter
h2_bundle.go#L3651: func (s *http2sorter) Len() int { return len(s.v) }
h2_bundle.go#L3653: func (s *http2sorter) Swap(i, j int) { s.v[i], s.v[j] = s.v[j], s.v[i] }
h2_bundle.go#L3655: func (s *http2sorter) Less(i, j int) bool { return s.v[i] < s.v[j] }
h2_bundle.go#L3662: keys := s.v[:0]
h2_bundle.go#L3666: s.v = keys
h2_bundle.go#L3674: save := s.v
h2_bundle.go#L3675: s.v = ss
h2_bundle.go#L3677: s.v = save
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |